home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20010306-20010921 / 000221_fdc@watsun.cc.columbia.edu_Wed Jun 20 09:35:20 EDT 2001.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  51 lines

  1. Article: 12541 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!watsun.cc.columbia.edu!fdc
  3. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: must write a soft including Kermit binary file send
  6. Date: 20 Jun 2001 13:35:10 GMT
  7. Organization: Columbia University
  8. Lines: 34
  9. Message-ID: <9gq8qe$51r$1@newsmaster.cc.columbia.edu>
  10. References: <9ghrnm$m59$1@front1m.grolier.fr> <3b2f3dae$1_1@news.datacomm.ch> <9gnoob$kn6$1@newsmaster.cc.columbia.edu> <3b308944_1@news.datacomm.ch>
  11. NNTP-Posting-Host: watsun.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 993044110 5179 128.59.39.2 (20 Jun 2001 13:35:10 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 20 Jun 2001 13:35:10 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:12541
  16.  
  17. In article <3b308944_1@news.datacomm.ch>,
  18. jean-luc <jgriess@caramail.com> wrote:
  19. : Thanks for the explanation,
  20. : checksumm is ok now.
  21. : in fact, Labview is running on a PC, Win NT.
  22. : It would be possible in  Labview to call Kermit application...
  23. :
  24. Of course.  The Kermit application for Windows NT is Kermit 95:
  25.  
  26.   http://www.columbia.edu/kermit/k95.html
  27.  
  28. : but then how to make the binary file send happen
  29. : without operator typing the commands ?
  30. : Is this possible with arguments in the calling line ?
  31. :
  32. Yes.
  33.  
  34. : ( This would avoid me to write the binary file send
  35. : in Labview, emulating the Kermit packetting ).
  36. Right.  That is exactly the right way to do it.  Kermit 95
  37. accepts command-line arguments and also can execute scripts
  38. in its script programming language:
  39.  
  40.   http://www.columbia.edu/kermit/scriptlib.html
  41.  
  42. Thus, you can write as much (or as little) of your application
  43. as you want as a Kermit script.  No user intervention is
  44. necessary.  Also see:
  45.  
  46.   http://www.columbia.edu/kermit/embedding.html
  47.  
  48. - Frank
  49.